Configurates
C1.Web.Mvc.MultiSelect<T>.SelectAllLabel. Sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.
Syntax
'Declaration
Public Function SelectAllLabel( _
ByVal As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> SelectAllLabel(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also